home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 May / EnigmA AMIGA RUN 07 (1996)(G.R. Edizioni)(IT)[!][issue 1996-05][EARSAN CD VI].iso / progs / utilsys / icon_toolbox / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  4KB  |  114 lines

  1. .name
  2. ICON_TOOLBOX
  3. .type
  4. Workbench Tool
  5. .short
  6. Manipulates/organizes icons.
  7. .description
  8. Function List:
  9.  
  10.  a. Create icons of any size and up to 256 colours from paint files.
  11.     Automatically works out the type of the icon. Double image icons
  12.     can be made from 2 pictures with totally different sizes and depths,
  13.     also you can manually position the 2 pictures relative to each other.
  14.  b. Smart window cleanup: much better than workbench's window cleanup.
  15.     The cleanup is always 100% tight: if there's a free slot, it will be
  16.     found! The positioning of icons is also more structured than that
  17.     of workbench. Many practical heuristics are enforced.
  18.  c. Mass produce zillions of icons (iconization) with many options.
  19.  d. Mass stretching of icons in a directory.
  20.  e. Mass palette remappings of icons.
  21.  f. Mass change of an icon default tool.
  22.  g. Convert an icons tool types to text file and vice versa.
  23.  h. Convert icons into paint files with a minimum of fuss.
  24.  i. Stretch icons. Perform 2 way stretch/shrink on an icon.
  25.  j. Tile a sphere with an icon or picture.
  26.  k. Remap an icon palette: for when you change your workbench palette.
  27.  l. Cut a smaller paint file (a brush) out of a bigger paint file.
  28.  m. Copy an icon to another object NOT necessarily of the same type.
  29.  n. Mass mapping of icons onto spheres.
  30.  o. Stretch a picture.
  31.  p. Tile a sphere with a picture.
  32.  q. Change the colour-palette/number-of-bitplanes/resolution of a
  33.     picture so that destination resembles source.
  34.  r. Switch the type of an icon: switch between garbage and directory,
  35.          switch between data file and programme file.
  36.  s. Implement the colours of a paint file onto the workbench screen.
  37.  t. Examine an icon: give info about an icon. Compared to Workbench info
  38.     the emphasis is on the icon rather than on the associated object.
  39. .version
  40. 2.12
  41. .date
  42. 1995.03.22
  43. .author
  44. Richard Biswas
  45. .distribution
  46. Shareware
  47. .price
  48. £10
  49. .address
  50. Flat 1
  51. 61 Warminster Road
  52. LONDON
  53. SE25 4DQ
  54. .tested
  55. The programme has been tested on the following:
  56.  
  57. version 3.0:  Tested on an Amiga 1200, works perfectly.
  58. version 2.0:  Tested on an Amiga 500 with 2.04 ROM, works perfectly.
  59. version 1.3:  Tested on a version 1.2 Amiga 500 with software upgrade to 1.3:
  60.               Also tested on an Amiga 1200 downgraded to 1.3 using the Relok1.3
  61.               programme. In both cases works perfectly.
  62.  
  63. version 1.2:  Tested on a version 1.2 Amiga 500: PROBLEMS OCCUR. iconizing
  64.                 ram: can result in df0: being iconized instead. See section
  65.                 6.
  66.  
  67. If you have tested this on other configurations please write and tell me and
  68. I'll update this. Also if NTSC users have any problems they should write and
  69. explain and I'll try and take corrective action.
  70.  
  71. The programme works differently on different machines. It works out what machine
  72. its on and then may or may not say certain things accordingly: this is because
  73. icons behave slightly differently on different machines eg on an Amiga 1200
  74. you can update all icons including ram:'s by opening a CLI, closing the
  75. workbench window and then typing loadwb from the cli.
  76. .docs
  77. ICON_TOOLBOX/Function_List
  78. ICON_TOOLBOX/README_FIRST
  79. ICON_TOOLBOX/registration
  80. ICON_TOOLBOX/manual/compatibility
  81. ICON_TOOLBOX/manual/design_philosophy
  82. ICON_TOOLBOX/manual/Good_form
  83. ICON_TOOLBOX/manual/Icon_copying_feature
  84. ICON_TOOLBOX/manual/Icon_from_Art_programme
  85. ICON_TOOLBOX/manual/Lots_of_ram
  86. ICON_TOOLBOX/manual/NTSC_and_PAL
  87. ICON_TOOLBOX/manual/pre_1.2_machines
  88. ICON_TOOLBOX/manual/Smart_Window_Cleanup
  89. .described-by
  90. Richard Fish (rjf@amigalib.com)
  91. .submittal
  92. Submitted on disk directly by the author.
  93. .aminet-dir
  94. util/wb
  95. .execute
  96. LAB Start
  97. set choice `RequestChoice "Options Selection" "Please select an option" "View ReadMe" "View Doc" "Run Program" "Cancel"`
  98. if $choice GT "0"
  99.   if $choice EQ "1"
  100.     MetaTool ICON_TOOLBOX/README_FIRST TEXT
  101.   else
  102.     if $choice EQ "2"
  103.       set filechoice `RequestFile TITLE "Select Doc File" PATTERN "~(#?.info)" DRAWER "ICON_TOOLBOX/manual"`
  104.       MetaTool $filechoice TEXT
  105.       unset filechoice
  106.     else
  107.       if $choice EQ "3"
  108.         ICON_TOOLBOX/ICON_TOOLBOX
  109.       endif
  110.     endif
  111.   endif
  112.   skip Start BACK
  113. endif
  114.